Html Css Color HEX #C9EAFC Pattens Blue

📋 copy color: '#C9EAFC'

red 201 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #C9EAFC

Tints of Pattens Blue #C9EAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 29.26%
G = 34.06%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9EAFC (or 0xC9EAFC) is known color: Pattens Blue. HEX triplet: C9, EA and FC. RGB value is (201,234,252). Sum of RGB (Red+Green+Blue) = 201+234+252=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAFC is #361503. Grayscale: #E2E2E2. Windows color (decimal): -3544324 or 16575177. OLE color: 16575177.

HSL color Cylindrical-coordinate representation of color #C9EAFC: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9EAFC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 234 252 -
CMYK 0.20 0.07 0 0.01
HSL 201.18º 0.89% 0.89% -
HSV(B) 201.18º 0.2% 0.99% -
XYZ 71.08 78.29 103.46 -
YUV 226.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 201 234 252 0.20 0.07 0 0.01 201.18 0.89 0.89
Hex C9 EA FC 14 7 0 1 C9 59 59
Octal 311 352 374 24 7 0 1 311 131 131
Binary 11001001 11101010 11111100 10100 111 0 1 11001001 1011001 1011001

Color Harmonies of #C9EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAFC

Black with #C9EAFC

Text Example


Text Example

White with #C9EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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