Html Css Color HEX #C9EAFE Pattens Blue

📋 copy color: '#C9EAFE'

red 201 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #C9EAFE

Tints of Pattens Blue #C9EAFE

RGB

 RED value IS 201 (78.91% from 255) = 29.17%

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

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

R = 29.17%
G = 33.96%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9EAFE (or 0xC9EAFE) is known color: Pattens Blue. HEX triplet: C9, EA and FE. RGB value is (201,234,254). Sum of RGB (Red+Green+Blue) = 201+234+254=689 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.17% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAFE is #361501. Grayscale: #E2E2E2. Windows color (decimal): -3544322 or 16706249. OLE color: 16706249.

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

Color convert

RGB 201 234 254 -
CMYK 0.21 0.08 0 0.00
HSL 202.64º 0.96% 0.89% -
HSV(B) 202.64º 0.21% 1% -
XYZ 71.4 78.42 105.14 -
YUV 226.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 201 234 254 0.21 0.08 0 0.00 202.64 0.96 0.89
Hex C9 EA FE 15 8 0 0 CB 60 59
Octal 311 352 376 25 10 0 0 313 140 131
Binary 11001001 11101010 11111110 10101 1000 0 0 11001011 1100000 1011001

Color Harmonies of #C9EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAFE

Black with #C9EAFE

Text Example


Text Example

White with #C9EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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