Html Css Color HEX #6FFDFB Baby Blue

📋 copy color: '#6FFDFB'

red 111 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #6FFDFB

Tints of Baby Blue #6FFDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 18.05%
G = 41.14%
B = 40.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#6FFDFB (or 0x6FFDFB) is known color: Baby Blue. HEX triplet: 6F, FD and FB. RGB value is (111,253,251). Sum of RGB (Red+Green+Blue) = 111+253+251=615 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.05% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDFB is #900204. Grayscale: #D2D2D2. Windows color (decimal): -9437701 or 16514415. OLE color: 16514415.

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

Color convert

RGB 111 253 251 -
CMYK 0.56 0 0.01 0.01
HSL 179.15º 0.97% 0.71% -
HSV(B) 179.15º 0.56% 0.99% -
XYZ 59.09 80.6 103.71 -
YUV 210.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 111 253 251 0.56 0 0.01 0.01 179.15 0.97 0.71
Hex 6F FD FB 38 0 1 1 B3 61 47
Octal 157 375 373 70 0 1 1 263 141 107
Binary 1101111 11111101 11111011 111000 0 1 1 10110011 1100001 1000111

Color Harmonies of #6FFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFDFB

Black with #6FFDFB

Text Example


Text Example

White with #6FFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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