Html Css Color HEX #6CF2FD Baby Blue

📋 copy color: '#6CF2FD'

red 108 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #6CF2FD

Tints of Baby Blue #6CF2FD

RGB

 RED value IS 108 (42.58% from 255) = 17.91%

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 17.91%
G = 40.13%
B = 41.96%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CF2FD (or 0x6CF2FD) is known color: Baby Blue. HEX triplet: 6C, F2 and FD. RGB value is (108,242,253). Sum of RGB (Red+Green+Blue) = 108+242+253=603 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.91% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2FD is #930D02. Grayscale: #CBCBCB. Windows color (decimal): -9637123 or 16642668. OLE color: 16642668.

HSL color Cylindrical-coordinate representation of color #6CF2FD: hue angle of 184.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF2FD is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 242 253 -
CMYK 0.57 0.04 0 0.01
HSL 184.55º 0.97% 0.71% -
HSV(B) 184.55º 0.57% 0.99% -
XYZ 55.67 73.78 104.24 -
YUV 203.19 156.11 60.11 -
System Red Green Blue C M Y K H S L
Decimal 108 242 253 0.57 0.04 0 0.01 184.55 0.97 0.71
Hex 6C F2 FD 39 4 0 1 B9 61 47
Octal 154 362 375 71 4 0 1 271 141 107
Binary 1101100 11110010 11111101 111001 100 0 1 10111001 1100001 1000111

Color Harmonies of #6CF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF2FD

Black with #6CF2FD

Text Example


Text Example

White with #6CF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF2FD; }

 p { color: rgb(108,242,253); }

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

background-color css

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

 a { background-color: rgb(108,242,253); }

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

border-color css

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

 span { border-color: rgb(108,242,253); }

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