Html Css Color HEX #C4DEEB Pattens Blue

📋 copy color: '#C4DEEB'

red 196 ◦ green 222 ◦ blue 235

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

Shades of Pattens Blue #C4DEEB

Tints of Pattens Blue #C4DEEB

RGB

 RED value IS 196 (76.95% from 255) = 30.02%

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

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 30.02%
G = 34%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4DEEB (or 0xC4DEEB) is known color: Pattens Blue. HEX triplet: C4, DE and EB. RGB value is (196,222,235). Sum of RGB (Red+Green+Blue) = 196+222+235=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEEB is #3B2114. Grayscale: #D7D7D7. Windows color (decimal): -3875093 or 15457988. OLE color: 15457988.

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

Color convert

RGB 196 222 235 -
CMYK 0.17 0.06 0 0.08
HSL 200º 0.49% 0.85% -
HSV(B) 200º 0.17% 0.92% -
XYZ 63.88 69.98 88.74 -
YUV 215.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 196 222 235 0.17 0.06 0 0.08 200 0.49 0.85
Hex C4 DE EB 11 6 0 8 C8 31 55
Octal 304 336 353 21 6 0 10 310 61 125
Binary 11000100 11011110 11101011 10001 110 0 1000 11001000 110001 1010101

Color Harmonies of #C4DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DEEB

Black with #C4DEEB

Text Example


Text Example

White with #C4DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DEEB; }

 p { color: rgb(196,222,235); }

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

background-color css

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

 a { background-color: rgb(196,222,235); }

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

border-color css

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

 span { border-color: rgb(196,222,235); }

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