Html Css Color HEX #CCFAFD Light Cyan

📋 copy color: '#CCFAFD'

red 204 ◦ green 250 ◦ blue 253

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

Shades of Light Cyan #CCFAFD

Tints of Light Cyan #CCFAFD

RGB

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

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

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

R = 28.85%
G = 35.36%
B = 35.79%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCFAFD (or 0xCCFAFD) is known color: Light Cyan. HEX triplet: CC, FA and FD. RGB value is (204,250,253). Sum of RGB (Red+Green+Blue) = 204+250+253=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFD is #330502. Grayscale: #ECECEC. Windows color (decimal): -3343619 or 16644812. OLE color: 16644812.

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

Color convert

RGB 204 250 253 -
CMYK 0.19 0.01 0 0.01
HSL 183.67º 0.92% 0.9% -
HSV(B) 183.67º 0.19% 0.99% -
XYZ 76.82 88.3 105.92 -
YUV 236.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 204 250 253 0.19 0.01 0 0.01 183.67 0.92 0.9
Hex CC FA FD 13 1 0 1 B8 5C 5A
Octal 314 372 375 23 1 0 1 270 134 132
Binary 11001100 11111010 11111101 10011 1 0 1 10111000 1011100 1011010

Color Harmonies of #CCFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAFD

Black with #CCFAFD

Text Example


Text Example

White with #CCFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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