Html Css Color HEX #CAF9FD Light Cyan

📋 copy color: '#CAF9FD'

red 202 ◦ green 249 ◦ blue 253

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

Shades of Light Cyan #CAF9FD

Tints of Light Cyan #CAF9FD

RGB

 RED value IS 202 (79.3% from 255) = 28.69%

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

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

R = 28.69%
G = 35.37%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAF9FD (or 0xCAF9FD) is known color: Light Cyan. HEX triplet: CA, F9 and FD. RGB value is (202,249,253). Sum of RGB (Red+Green+Blue) = 202+249+253=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9FD is #350602. Grayscale: #EBEBEB. Windows color (decimal): -3474947 or 16644554. OLE color: 16644554.

HSL color Cylindrical-coordinate representation of color #CAF9FD: hue angle of 184.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF9FD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 249 253 -
CMYK 0.20 0.02 0 0.01
HSL 184.71º 0.93% 0.89% -
HSV(B) 184.71º 0.2% 0.99% -
XYZ 75.96 87.4 105.79 -
YUV 235.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 202 249 253 0.20 0.02 0 0.01 184.71 0.93 0.89
Hex CA F9 FD 14 2 0 1 B9 5D 59
Octal 312 371 375 24 2 0 1 271 135 131
Binary 11001010 11111001 11111101 10100 10 0 1 10111001 1011101 1011001

Color Harmonies of #CAF9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9FD

Black with #CAF9FD

Text Example


Text Example

White with #CAF9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9FD; }

 p { color: rgb(202,249,253); }

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

background-color css

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

 a { background-color: rgb(202,249,253); }

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

border-color css

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

 span { border-color: rgb(202,249,253); }

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