Html Css Color HEX #C4EAFE Pattens Blue

📋 copy color: '#C4EAFE'

red 196 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #C4EAFE

Tints of Pattens Blue #C4EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.21%

 BLUE value IS 254 (99.61% from 255) = 37.13%

R = 28.65%
G = 34.21%
B = 37.13%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4EAFE (or 0xC4EAFE) is known color: Pattens Blue. HEX triplet: C4, EA and FE. RGB value is (196,234,254). Sum of RGB (Red+Green+Blue) = 196+234+254=684 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.65% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAFE is #3B1501. Grayscale: #E0E0E0. Windows color (decimal): -3872002 or 16706244. OLE color: 16706244.

HSL color Cylindrical-coordinate representation of color #C4EAFE: hue angle of 200.69º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4EAFE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 234 254 -
CMYK 0.23 0.08 0 0.00
HSL 200.69º 0.97% 0.88% -
HSV(B) 200.69º 0.23% 1% -
XYZ 70.08 77.74 105.08 -
YUV 224.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 196 234 254 0.23 0.08 0 0.00 200.69 0.97 0.88
Hex C4 EA FE 17 8 0 0 C9 61 58
Octal 304 352 376 27 10 0 0 311 141 130
Binary 11000100 11101010 11111110 10111 1000 0 0 11001001 1100001 1011000

Color Harmonies of #C4EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EAFE

Black with #C4EAFE

Text Example


Text Example

White with #C4EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EAFE; }

 p { color: rgb(196,234,254); }

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

background-color css

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

 a { background-color: rgb(196,234,254); }

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

border-color css

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

 span { border-color: rgb(196,234,254); }

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