Html Css Color HEX #C5EFF2 Onahau

📋 copy color: '#C5EFF2'

red 197 ◦ green 239 ◦ blue 242

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

Shades of Onahau #C5EFF2

Tints of Onahau #C5EFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 29.06%
G = 35.25%
B = 35.69%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5EFF2 (or 0xC5EFF2) is known color: Onahau. HEX triplet: C5, EF and F2. RGB value is (197,239,242). Sum of RGB (Red+Green+Blue) = 197+239+242=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFF2 is #3A100D. Grayscale: #E2E2E2. Windows color (decimal): -3805198 or 15921093. OLE color: 15921093.

HSL color Cylindrical-coordinate representation of color #C5EFF2: hue angle of 184º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EFF2 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 239 242 -
CMYK 0.19 0.01 0 0.05
HSL 184º 0.63% 0.86% -
HSV(B) 184º 0.19% 0.95% -
XYZ 69.92 80.01 95.76 -
YUV 226.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 197 239 242 0.19 0.01 0 0.05 184 0.63 0.86
Hex C5 EF F2 13 1 0 5 B8 3F 56
Octal 305 357 362 23 1 0 5 270 77 126
Binary 11000101 11101111 11110010 10011 1 0 101 10111000 111111 1010110

Color Harmonies of #C5EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFF2

Black with #C5EFF2

Text Example


Text Example

White with #C5EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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