Html Css Color HEX #C3DFED Pattens Blue

📋 copy color: '#C3DFED'

red 195 ◦ green 223 ◦ blue 237

#C3DFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #C3DFED

Tints of Pattens Blue #C3DFED

RGB

 RED value IS 195 (76.56% from 255) = 29.77%

 GREEN value IS 223 (87.5% from 255) = 34.05%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 29.77%
G = 34.05%
B = 36.18%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3DFED (or 0xC3DFED) is known color: Pattens Blue. HEX triplet: C3, DF and ED. RGB value is (195,223,237). Sum of RGB (Red+Green+Blue) = 195+223+237=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFED is #3C2012. Grayscale: #D8D8D8. Windows color (decimal): -3940371 or 15589315. OLE color: 15589315.

HSL color Cylindrical-coordinate representation of color #C3DFED: hue angle of 200º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DFED is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 223 237 -
CMYK 0.18 0.06 0 0.07
HSL 200º 0.54% 0.85% -
HSV(B) 200º 0.18% 0.93% -
XYZ 64.18 70.49 90.34 -
YUV 216.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 195 223 237 0.18 0.06 0 0.07 200 0.54 0.85
Hex C3 DF ED 12 6 0 7 C8 36 55
Octal 303 337 355 22 6 0 7 310 66 125
Binary 11000011 11011111 11101101 10010 110 0 111 11001000 110110 1010101

Color Harmonies of #C3DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFED

Black with #C3DFED

Text Example


Text Example

White with #C3DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFED; }

 p { color: rgb(195,223,237); }

 H1.HeaderClassName
 {
   color: #C3DFED;
 }
 .AnyTagClassName
 {
   color: #C3DFED;
 }
</style>

background-color css

<style>
 a { background-color: #C3DFED; }

 a { background-color: rgb(195,223,237); }

 div.DivClassName
 {
   background-color: #C3DFED;
 }
 .BgClassName
 {
   background-color: #C3DFED;
 }
</style>

border-color css

<style>
 span { border-color: #C3DFED; }

 span { border-color: rgb(195,223,237); }

 td.TdClassName
 {
   border-color: #C3DFED;
 }
 .TagClassName
 {
   border-color: #C3DFED;
 }
</style>