Html Css Color HEX #CCF9FA Light Cyan

📋 copy color: '#CCF9FA'

red 204 ◦ green 249 ◦ blue 250

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

Shades of Light Cyan #CCF9FA

Tints of Light Cyan #CCF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.42%

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

R = 29.02%
G = 35.42%
B = 35.56%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF9FA (or 0xCCF9FA) is known color: Light Cyan. HEX triplet: CC, F9 and FA. RGB value is (204,249,250). Sum of RGB (Red+Green+Blue) = 204+249+250=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9FA is #330605. Grayscale: #EBEBEB. Windows color (decimal): -3343878 or 16447948. OLE color: 16447948.

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

Color convert

RGB 204 249 250 -
CMYK 0.18 0.00 0 0.02
HSL 181.3º 0.82% 0.89% -
HSV(B) 181.3º 0.18% 0.98% -
XYZ 76.03 87.49 103.32 -
YUV 235.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 204 249 250 0.18 0.00 0 0.02 181.3 0.82 0.89
Hex CC F9 FA 12 0 0 2 B5 52 59
Octal 314 371 372 22 0 0 2 265 122 131
Binary 11001100 11111001 11111010 10010 0 0 10 10110101 1010010 1011001

Color Harmonies of #CCF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9FA

Black with #CCF9FA

Text Example


Text Example

White with #CCF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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