Html Css Color HEX #C3FAFD Onahau

📋 copy color: '#C3FAFD'

red 195 ◦ green 250 ◦ blue 253

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

Shades of Onahau #C3FAFD

Tints of Onahau #C3FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.82%

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 27.94%
G = 35.82%
B = 36.25%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3FAFD (or 0xC3FAFD) is known color: Onahau. HEX triplet: C3, FA and FD. RGB value is (195,250,253). Sum of RGB (Red+Green+Blue) = 195+250+253=698 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.94% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAFD is #3C0502. Grayscale: #E9E9E9. Windows color (decimal): -3933443 or 16644803. OLE color: 16644803.

HSL color Cylindrical-coordinate representation of color #C3FAFD: hue angle of 183.1º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FAFD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 250 253 -
CMYK 0.23 0.01 0 0.01
HSL 183.1º 0.94% 0.88% -
HSV(B) 183.1º 0.23% 0.99% -
XYZ 74.42 87.07 105.81 -
YUV 233.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 195 250 253 0.23 0.01 0 0.01 183.1 0.94 0.88
Hex C3 FA FD 17 1 0 1 B7 5E 58
Octal 303 372 375 27 1 0 1 267 136 130
Binary 11000011 11111010 11111101 10111 1 0 1 10110111 1011110 1011000

Color Harmonies of #C3FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FAFD

Black with #C3FAFD

Text Example


Text Example

White with #C3FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FAFD; }

 p { color: rgb(195,250,253); }

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

background-color css

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

 a { background-color: rgb(195,250,253); }

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

border-color css

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

 span { border-color: rgb(195,250,253); }

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