Html Css Color HEX #C9E5FC Pattens Blue

📋 copy color: '#C9E5FC'

red 201 ◦ green 229 ◦ blue 252

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

Shades of Pattens Blue #C9E5FC

Tints of Pattens Blue #C9E5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.58%

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

R = 29.47%
G = 33.58%
B = 36.95%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9E5FC (or 0xC9E5FC) is known color: Pattens Blue. HEX triplet: C9, E5 and FC. RGB value is (201,229,252). Sum of RGB (Red+Green+Blue) = 201+229+252=682 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.47% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FC is #361A03. Grayscale: #DFDFDF. Windows color (decimal): -3545604 or 16573897. OLE color: 16573897.

HSL color Cylindrical-coordinate representation of color #C9E5FC: hue angle of 207.06º 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 #C9E5FC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 229 252 -
CMYK 0.20 0.09 0 0.01
HSL 207.06º 0.89% 0.89% -
HSV(B) 207.06º 0.2% 0.99% -
XYZ 69.68 75.48 102.99 -
YUV 223.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 201 229 252 0.20 0.09 0 0.01 207.06 0.89 0.89
Hex C9 E5 FC 14 9 0 1 CF 59 59
Octal 311 345 374 24 11 0 1 317 131 131
Binary 11001001 11100101 11111100 10100 1001 0 1 11001111 1011001 1011001

Color Harmonies of #C9E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E5FC

Black with #C9E5FC

Text Example


Text Example

White with #C9E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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