Html Css Color HEX #6FFDFC Baby Blue

📋 copy color: '#6FFDFC'

red 111 ◦ green 253 ◦ blue 252

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

Shades of Baby Blue #6FFDFC

Tints of Baby Blue #6FFDFC

RGB

 RED value IS 111 (43.75% from 255) = 18.02%

 GREEN value IS 253 (99.22% from 255) = 41.07%

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 18.02%
G = 41.07%
B = 40.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#6FFDFC (or 0x6FFDFC) is known color: Baby Blue. HEX triplet: 6F, FD and FC. RGB value is (111,253,252). Sum of RGB (Red+Green+Blue) = 111+253+252=616 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.02% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDFC is #900203. Grayscale: #D2D2D2. Windows color (decimal): -9437700 or 16579951. OLE color: 16579951.

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

Color convert

RGB 111 253 252 -
CMYK 0.56 0 0.00 0.01
HSL 179.58º 0.97% 0.71% -
HSV(B) 179.58º 0.56% 0.99% -
XYZ 59.25 80.66 104.54 -
YUV 210.43 151.46 57.08 -
System Red Green Blue C M Y K H S L
Decimal 111 253 252 0.56 0 0.00 0.01 179.58 0.97 0.71
Hex 6F FD FC 38 0 0 1 B4 61 47
Octal 157 375 374 70 0 0 1 264 141 107
Binary 1101111 11111101 11111100 111000 0 0 1 10110100 1100001 1000111

Color Harmonies of #6FFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFDFC

Black with #6FFDFC

Text Example


Text Example

White with #6FFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,253,252); }

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

background-color css

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

 a { background-color: rgb(111,253,252); }

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

border-color css

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

 span { border-color: rgb(111,253,252); }

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