Html Css Color HEX #C9EBFF Pattens Blue

📋 copy color: '#C9EBFF'

red 201 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #C9EBFF

Tints of Pattens Blue #C9EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.01%

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

R = 29.09%
G = 34.01%
B = 36.9%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9EBFF (or 0xC9EBFF) is known color: Pattens Blue. HEX triplet: C9, EB and FF. RGB value is (201,235,255). Sum of RGB (Red+Green+Blue) = 201+235+255=691 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.09% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EBFF is #361400. Grayscale: #E3E3E3. Windows color (decimal): -3544065 or 16772041. OLE color: 16772041.

HSL color Cylindrical-coordinate representation of color #C9EBFF: hue angle of 202.22º 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 #C9EBFF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 235 255 -
CMYK 0.21 0.08 0 0
HSL 202.22º 1% 0.89% -
HSV(B) 202.22º 0.21% 1% -
XYZ 71.85 79.05 106.08 -
YUV 227.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 201 235 255 0.21 0.08 0 0 202.22 1 0.89
Hex C9 EB FF 15 8 0 0 CA 64 59
Octal 311 353 377 25 10 0 0 312 144 131
Binary 11001001 11101011 11111111 10101 1000 0 0 11001010 1100100 1011001

Color Harmonies of #C9EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EBFF

Black with #C9EBFF

Text Example


Text Example

White with #C9EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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