Html Css Color HEX #C3EFFB Onahau

📋 copy color: '#C3EFFB'

red 195 ◦ green 239 ◦ blue 251

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

Shades of Onahau #C3EFFB

Tints of Onahau #C3EFFB

RGB

 RED value IS 195 (76.56% from 255) = 28.47%

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

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

R = 28.47%
G = 34.89%
B = 36.64%

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

#C3EFFB (or 0xC3EFFB) is known color: Onahau. HEX triplet: C3, EF and FB. RGB value is (195,239,251). Sum of RGB (Red+Green+Blue) = 195+239+251=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFFB is #3C1004. Grayscale: #E3E3E3. Windows color (decimal): -3936261 or 16510915. OLE color: 16510915.

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

Color convert

RGB 195 239 251 -
CMYK 0.22 0.05 0 0.02
HSL 192.86º 0.88% 0.87% -
HSV(B) 192.86º 0.22% 0.98% -
XYZ 70.78 80.3 103.04 -
YUV 227.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 195 239 251 0.22 0.05 0 0.02 192.86 0.88 0.87
Hex C3 EF FB 16 5 0 2 C1 58 57
Octal 303 357 373 26 5 0 2 301 130 127
Binary 11000011 11101111 11111011 10110 101 0 10 11000001 1011000 1010111

Color Harmonies of #C3EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EFFB

Black with #C3EFFB

Text Example


Text Example

White with #C3EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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