Html Css Color HEX #CCF2FA Onahau

📋 copy color: '#CCF2FA'

red 204 ◦ green 242 ◦ blue 250

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

Shades of Onahau #CCF2FA

Tints of Onahau #CCF2FA

RGB

 RED value IS 204 (80.08% from 255) = 29.31%

 GREEN value IS 242 (94.92% from 255) = 34.77%

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 29.31%
G = 34.77%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF2FA (or 0xCCF2FA) is known color: Onahau. HEX triplet: CC, F2 and FA. RGB value is (204,242,250). Sum of RGB (Red+Green+Blue) = 204+242+250=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FA is #330D05. Grayscale: #E7E7E7. Windows color (decimal): -3345670 or 16446156. OLE color: 16446156.

HSL color Cylindrical-coordinate representation of color #CCF2FA: hue angle of 190.43º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF2FA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 242 250 -
CMYK 0.18 0.03 0 0.02
HSL 190.43º 0.82% 0.89% -
HSV(B) 190.43º 0.18% 0.98% -
XYZ 73.91 83.24 102.61 -
YUV 231.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 204 242 250 0.18 0.03 0 0.02 190.43 0.82 0.89
Hex CC F2 FA 12 3 0 2 BE 52 59
Octal 314 362 372 22 3 0 2 276 122 131
Binary 11001100 11110010 11111010 10010 11 0 10 10111110 1010010 1011001

Color Harmonies of #CCF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2FA

Black with #CCF2FA

Text Example


Text Example

White with #CCF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2FA; }

 p { color: rgb(204,242,250); }

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

background-color css

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

 a { background-color: rgb(204,242,250); }

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

border-color css

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

 span { border-color: rgb(204,242,250); }

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