Html Css Color HEX #C1DFE2 Onahau

📋 copy color: '#C1DFE2'

red 193 ◦ green 223 ◦ blue 226

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

Shades of Onahau #C1DFE2

Tints of Onahau #C1DFE2

RGB

 RED value IS 193 (75.78% from 255) = 30.06%

 GREEN value IS 223 (87.5% from 255) = 34.74%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 30.06%
G = 34.74%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C1DFE2 (or 0xC1DFE2) is known color: Onahau. HEX triplet: C1, DF and E2. RGB value is (193,223,226). Sum of RGB (Red+Green+Blue) = 193+223+226=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #C1DFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFE2 is #3E201D. Grayscale: #D6D6D6. Windows color (decimal): -4071454 or 14868417. OLE color: 14868417.

HSL color Cylindrical-coordinate representation of color #C1DFE2: hue angle of 185.45º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1DFE2 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 223 226 -
CMYK 0.15 0.01 0 0.11
HSL 185.45º 0.36% 0.82% -
HSV(B) 185.45º 0.15% 0.89% -
XYZ 62.11 69.6 82.11 -
YUV 214.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 193 223 226 0.15 0.01 0 0.11 185.45 0.36 0.82
Hex C1 DF E2 F 1 0 B B9 24 52
Octal 301 337 342 17 1 0 13 271 44 122
Binary 11000001 11011111 11100010 1111 1 0 1011 10111001 100100 1010010

Color Harmonies of #C1DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DFE2

Black with #C1DFE2

Text Example


Text Example

White with #C1DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DFE2; }

 p { color: rgb(193,223,226); }

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

background-color css

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

 a { background-color: rgb(193,223,226); }

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

border-color css

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

 span { border-color: rgb(193,223,226); }

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