Html Css Color HEX #C5EFFB Onahau

📋 copy color: '#C5EFFB'

red 197 ◦ green 239 ◦ blue 251

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

Shades of Onahau #C5EFFB

Tints of Onahau #C5EFFB

RGB

 RED value IS 197 (77.34% from 255) = 28.68%

 GREEN value IS 239 (93.75% from 255) = 34.79%

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 28.68%
G = 34.79%
B = 36.54%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5EFFB (or 0xC5EFFB) is known color: Onahau. HEX triplet: C5, EF and FB. RGB value is (197,239,251). Sum of RGB (Red+Green+Blue) = 197+239+251=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFFB is #3A1004. Grayscale: #E3E3E3. Windows color (decimal): -3805189 or 16510917. OLE color: 16510917.

HSL color Cylindrical-coordinate representation of color #C5EFFB: hue angle of 193.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5EFFB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 239 251 -
CMYK 0.22 0.05 0 0.02
HSL 193.33º 0.87% 0.88% -
HSV(B) 193.33º 0.22% 0.98% -
XYZ 71.31 80.57 103.06 -
YUV 227.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 197 239 251 0.22 0.05 0 0.02 193.33 0.87 0.88
Hex C5 EF FB 16 5 0 2 C1 57 58
Octal 305 357 373 26 5 0 2 301 127 130
Binary 11000101 11101111 11111011 10110 101 0 10 11000001 1010111 1011000

Color Harmonies of #C5EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFFB

Black with #C5EFFB

Text Example


Text Example

White with #C5EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFFB; }

 p { color: rgb(197,239,251); }

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

background-color css

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

 a { background-color: rgb(197,239,251); }

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

border-color css

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

 span { border-color: rgb(197,239,251); }

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