Html Css Color HEX #C5EFFF Onahau

📋 copy color: '#C5EFFF'

red 197 ◦ green 239 ◦ blue 255

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

Shades of Onahau #C5EFFF

Tints of Onahau #C5EFFF

RGB

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

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

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

R = 28.51%
G = 34.59%
B = 36.9%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5EFFF (or 0xC5EFFF) is known color: Onahau. HEX triplet: C5, EF and FF. RGB value is (197,239,255). Sum of RGB (Red+Green+Blue) = 197+239+255=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 239 (93.75% from 255 or 34.59% 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 #C5EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFFF is #3A1000. Grayscale: #E4E4E4. Windows color (decimal): -3805185 or 16773061. OLE color: 16773061.

HSL color Cylindrical-coordinate representation of color #C5EFFF: hue angle of 196.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5EFFF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 239 255 -
CMYK 0.23 0.06 0 0
HSL 196.55º 1% 0.89% -
HSV(B) 196.55º 0.23% 1% -
XYZ 71.94 80.82 106.42 -
YUV 228.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 197 239 255 0.23 0.06 0 0 196.55 1 0.89
Hex C5 EF FF 17 6 0 0 C5 64 59
Octal 305 357 377 27 6 0 0 305 144 131
Binary 11000101 11101111 11111111 10111 110 0 0 11000101 1100100 1011001

Color Harmonies of #C5EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFFF

Black with #C5EFFF

Text Example


Text Example

White with #C5EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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