Html Css Color HEX #CCF8FA Light Cyan

📋 copy color: '#CCF8FA'

red 204 ◦ green 248 ◦ blue 250

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

Shades of Light Cyan #CCF8FA

Tints of Light Cyan #CCF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.33%

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

R = 29.06%
G = 35.33%
B = 35.61%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF8FA (or 0xCCF8FA) is known color: Light Cyan. HEX triplet: CC, F8 and FA. RGB value is (204,248,250). Sum of RGB (Red+Green+Blue) = 204+248+250=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FA is #330705. Grayscale: #EBEBEB. Windows color (decimal): -3344134 or 16447692. OLE color: 16447692.

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

Color convert

RGB 204 248 250 -
CMYK 0.18 0.01 0 0.02
HSL 182.61º 0.82% 0.89% -
HSV(B) 182.61º 0.18% 0.98% -
XYZ 75.72 86.87 103.22 -
YUV 235.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 204 248 250 0.18 0.01 0 0.02 182.61 0.82 0.89
Hex CC F8 FA 12 1 0 2 B7 52 59
Octal 314 370 372 22 1 0 2 267 122 131
Binary 11001100 11111000 11111010 10010 1 0 10 10110111 1010010 1011001

Color Harmonies of #CCF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8FA

Black with #CCF8FA

Text Example


Text Example

White with #CCF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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