Html Css Color HEX #C3E4F2 Onahau

📋 copy color: '#C3E4F2'

red 195 ◦ green 228 ◦ blue 242

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

Shades of Onahau #C3E4F2

Tints of Onahau #C3E4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.29%

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

R = 29.32%
G = 34.29%
B = 36.39%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3E4F2 (or 0xC3E4F2) is known color: Onahau. HEX triplet: C3, E4 and F2. RGB value is (195,228,242). Sum of RGB (Red+Green+Blue) = 195+228+242=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E4F2 is #3C1B0D. Grayscale: #DBDBDB. Windows color (decimal): -3939086 or 15918275. OLE color: 15918275.

HSL color Cylindrical-coordinate representation of color #C3E4F2: hue angle of 197.87º degrees, saturation: 0.64, 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 #C3E4F2 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 228 242 -
CMYK 0.19 0.06 0 0.05
HSL 197.87º 0.64% 0.86% -
HSV(B) 197.87º 0.19% 0.95% -
XYZ 66.28 73.5 94.7 -
YUV 219.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 195 228 242 0.19 0.06 0 0.05 197.87 0.64 0.86
Hex C3 E4 F2 13 6 0 5 C6 40 56
Octal 303 344 362 23 6 0 5 306 100 126
Binary 11000011 11100100 11110010 10011 110 0 101 11000110 1000000 1010110

Color Harmonies of #C3E4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E4F2

Black with #C3E4F2

Text Example


Text Example

White with #C3E4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E4F2; }

 p { color: rgb(195,228,242); }

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

background-color css

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

 a { background-color: rgb(195,228,242); }

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

border-color css

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

 span { border-color: rgb(195,228,242); }

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