Html Css Color HEX #C1DFEB Onahau

📋 copy color: '#C1DFEB'

red 193 ◦ green 223 ◦ blue 235

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

Shades of Onahau #C1DFEB

Tints of Onahau #C1DFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 29.65%
G = 34.25%
B = 36.1%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1DFEB (or 0xC1DFEB) is known color: Onahau. HEX triplet: C1, DF and EB. RGB value is (193,223,235). Sum of RGB (Red+Green+Blue) = 193+223+235=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEB is #3E2014. Grayscale: #D7D7D7. Windows color (decimal): -4071445 or 15458241. OLE color: 15458241.

HSL color Cylindrical-coordinate representation of color #C1DFEB: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DFEB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 223 235 -
CMYK 0.18 0.05 0 0.08
HSL 197.14º 0.51% 0.84% -
HSV(B) 197.14º 0.18% 0.92% -
XYZ 63.38 70.11 88.79 -
YUV 215.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 193 223 235 0.18 0.05 0 0.08 197.14 0.51 0.84
Hex C1 DF EB 12 5 0 8 C5 33 54
Octal 301 337 353 22 5 0 10 305 63 124
Binary 11000001 11011111 11101011 10010 101 0 1000 11000101 110011 1010100

Color Harmonies of #C1DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DFEB

Black with #C1DFEB

Text Example


Text Example

White with #C1DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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