Html Css Color HEX #C9F2FD Onahau

📋 copy color: '#C9F2FD'

red 201 ◦ green 242 ◦ blue 253

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

Shades of Onahau #C9F2FD

Tints of Onahau #C9F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.77%

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 28.88%
G = 34.77%
B = 36.35%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9F2FD (or 0xC9F2FD) is known color: Onahau. HEX triplet: C9, F2 and FD. RGB value is (201,242,253). Sum of RGB (Red+Green+Blue) = 201+242+253=696 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.88% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9F2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2FD is #360D02. Grayscale: #E6E6E6. Windows color (decimal): -3542275 or 16642761. OLE color: 16642761.

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

Color convert

RGB 201 242 253 -
CMYK 0.21 0.04 0 0.01
HSL 192.69º 0.93% 0.89% -
HSV(B) 192.69º 0.21% 0.99% -
XYZ 73.57 83.01 105.07 -
YUV 231 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 201 242 253 0.21 0.04 0 0.01 192.69 0.93 0.89
Hex C9 F2 FD 15 4 0 1 C1 5D 59
Octal 311 362 375 25 4 0 1 301 135 131
Binary 11001001 11110010 11111101 10101 100 0 1 11000001 1011101 1011001

Color Harmonies of #C9F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2FD

Black with #C9F2FD

Text Example


Text Example

White with #C9F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2FD; }

 p { color: rgb(201,242,253); }

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

background-color css

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

 a { background-color: rgb(201,242,253); }

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

border-color css

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

 span { border-color: rgb(201,242,253); }

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