Html Css Color HEX #C3F0FF Onahau

📋 copy color: '#C3F0FF'

red 195 ◦ green 240 ◦ blue 255

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

Shades of Onahau #C3F0FF

Tints of Onahau #C3F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.78%

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

R = 28.26%
G = 34.78%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3F0FF (or 0xC3F0FF) is known color: Onahau. HEX triplet: C3, F0 and FF. RGB value is (195,240,255). Sum of RGB (Red+Green+Blue) = 195+240+255=690 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.26% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0FF is #3C0F00. Grayscale: #E4E4E4. Windows color (decimal): -3936001 or 16773315. OLE color: 16773315.

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

Color convert

RGB 195 240 255 -
CMYK 0.24 0.06 0 0
HSL 195º 1% 0.88% -
HSV(B) 195º 0.24% 1% -
XYZ 71.72 81.14 106.49 -
YUV 228.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 195 240 255 0.24 0.06 0 0 195 1 0.88
Hex C3 F0 FF 18 6 0 0 C3 64 58
Octal 303 360 377 30 6 0 0 303 144 130
Binary 11000011 11110000 11111111 11000 110 0 0 11000011 1100100 1011000

Color Harmonies of #C3F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F0FF

Black with #C3F0FF

Text Example


Text Example

White with #C3F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F0FF; }

 p { color: rgb(195,240,255); }

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

background-color css

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

 a { background-color: rgb(195,240,255); }

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

border-color css

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

 span { border-color: rgb(195,240,255); }

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