Html Css Color HEX #C4E2FF Pattens Blue

📋 copy color: '#C4E2FF'

red 196 ◦ green 226 ◦ blue 255

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

Shades of Pattens Blue #C4E2FF

Tints of Pattens Blue #C4E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.38%

 BLUE value IS 255 (100% from 255) = 37.67%

R = 28.95%
G = 33.38%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4E2FF (or 0xC4E2FF) is known color: Pattens Blue. HEX triplet: C4, E2 and FF. RGB value is (196,226,255). Sum of RGB (Red+Green+Blue) = 196+226+255=677 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.95% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E2FF is #3B1D00. Grayscale: #DCDCDC. Windows color (decimal): -3874049 or 16769732. OLE color: 16769732.

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

Color convert

RGB 196 226 255 -
CMYK 0.23 0.11 0 0
HSL 209.49º 1% 0.88% -
HSV(B) 209.49º 0.23% 1% -
XYZ 68.01 73.35 105.18 -
YUV 220.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 196 226 255 0.23 0.11 0 0 209.49 1 0.88
Hex C4 E2 FF 17 B 0 0 D1 64 58
Octal 304 342 377 27 13 0 0 321 144 130
Binary 11000100 11100010 11111111 10111 1011 0 0 11010001 1100100 1011000

Color Harmonies of #C4E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E2FF

Black with #C4E2FF

Text Example


Text Example

White with #C4E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E2FF; }

 p { color: rgb(196,226,255); }

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

background-color css

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

 a { background-color: rgb(196,226,255); }

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

border-color css

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

 span { border-color: rgb(196,226,255); }

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