Html Css Color HEX #CCF1FA Onahau

📋 copy color: '#CCF1FA'

red 204 ◦ green 241 ◦ blue 250

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

Shades of Onahau #CCF1FA

Tints of Onahau #CCF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.68%

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

R = 29.35%
G = 34.68%
B = 35.97%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF1FA (or 0xCCF1FA) is known color: Onahau. HEX triplet: CC, F1 and FA. RGB value is (204,241,250). Sum of RGB (Red+Green+Blue) = 204+241+250=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FA is #330E05. Grayscale: #E6E6E6. Windows color (decimal): -3345926 or 16445900. OLE color: 16445900.

HSL color Cylindrical-coordinate representation of color #CCF1FA: hue angle of 191.74º 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 #CCF1FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 241 250 -
CMYK 0.18 0.04 0 0.02
HSL 191.74º 0.82% 0.89% -
HSV(B) 191.74º 0.18% 0.98% -
XYZ 73.61 82.65 102.52 -
YUV 230.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 204 241 250 0.18 0.04 0 0.02 191.74 0.82 0.89
Hex CC F1 FA 12 4 0 2 C0 52 59
Octal 314 361 372 22 4 0 2 300 122 131
Binary 11001100 11110001 11111010 10010 100 0 10 11000000 1010010 1011001

Color Harmonies of #CCF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1FA

Black with #CCF1FA

Text Example


Text Example

White with #CCF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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