Html Css Color HEX #C9EEFF Pattens Blue

📋 copy color: '#C9EEFF'

red 201 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #C9EEFF

Tints of Pattens Blue #C9EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.29%

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

R = 28.96%
G = 34.29%
B = 36.74%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9EEFF (or 0xC9EEFF) is known color: Pattens Blue. HEX triplet: C9, EE and FF. RGB value is (201,238,255). Sum of RGB (Red+Green+Blue) = 201+238+255=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEFF is #361100. Grayscale: #E4E4E4. Windows color (decimal): -3543297 or 16772809. OLE color: 16772809.

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

Color convert

RGB 201 238 255 -
CMYK 0.21 0.07 0 0
HSL 198.89º 1% 0.89% -
HSV(B) 198.89º 0.21% 1% -
XYZ 72.71 80.79 106.37 -
YUV 228.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 201 238 255 0.21 0.07 0 0 198.89 1 0.89
Hex C9 EE FF 15 7 0 0 C7 64 59
Octal 311 356 377 25 7 0 0 307 144 131
Binary 11001001 11101110 11111111 10101 111 0 0 11000111 1100100 1011001

Color Harmonies of #C9EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EEFF

Black with #C9EEFF

Text Example


Text Example

White with #C9EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EEFF; }

 p { color: rgb(201,238,255); }

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

background-color css

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

 a { background-color: rgb(201,238,255); }

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

border-color css

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

 span { border-color: rgb(201,238,255); }

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