Html Css Color HEX #C3DEEC Pattens Blue

📋 copy color: '#C3DEEC'

red 195 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #C3DEEC

Tints of Pattens Blue #C3DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34%

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 29.86%
G = 34%
B = 36.14%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3DEEC (or 0xC3DEEC) is known color: Pattens Blue. HEX triplet: C3, DE and EC. RGB value is (195,222,236). Sum of RGB (Red+Green+Blue) = 195+222+236=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEEC is #3C2113. Grayscale: #D7D7D7. Windows color (decimal): -3940628 or 15523523. OLE color: 15523523.

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

Color convert

RGB 195 222 236 -
CMYK 0.17 0.06 0 0.07
HSL 200.49º 0.52% 0.85% -
HSV(B) 200.49º 0.17% 0.93% -
XYZ 63.77 69.9 89.49 -
YUV 215.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 195 222 236 0.17 0.06 0 0.07 200.49 0.52 0.85
Hex C3 DE EC 11 6 0 7 C8 34 55
Octal 303 336 354 21 6 0 7 310 64 125
Binary 11000011 11011110 11101100 10001 110 0 111 11001000 110100 1010101

Color Harmonies of #C3DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEEC

Black with #C3DEEC

Text Example


Text Example

White with #C3DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEEC; }

 p { color: rgb(195,222,236); }

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

background-color css

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

 a { background-color: rgb(195,222,236); }

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

border-color css

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

 span { border-color: rgb(195,222,236); }

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