Html Css Color HEX #6BF2EC Baby Blue

📋 copy color: '#6BF2EC'

red 107 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #6BF2EC

Tints of Baby Blue #6BF2EC

RGB

 RED value IS 107 (42.19% from 255) = 18.29%

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 18.29%
G = 41.37%
B = 40.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#6BF2EC (or 0x6BF2EC) is known color: Baby Blue. HEX triplet: 6B, F2 and EC. RGB value is (107,242,236). Sum of RGB (Red+Green+Blue) = 107+242+236=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2EC is #940D13. Grayscale: #C8C8C8. Windows color (decimal): -9702676 or 15528555. OLE color: 15528555.

HSL color Cylindrical-coordinate representation of color #6BF2EC: hue angle of 177.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2EC is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 242 236 -
CMYK 0.56 0 0.02 0.05
HSL 177.33º 0.84% 0.68% -
HSV(B) 177.33º 0.56% 0.95% -
XYZ 52.96 72.69 90.6 -
YUV 200.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 107 242 236 0.56 0 0.02 0.05 177.33 0.84 0.68
Hex 6B F2 EC 38 0 2 5 B1 54 44
Octal 153 362 354 70 0 2 5 261 124 104
Binary 1101011 11110010 11101100 111000 0 10 101 10110001 1010100 1000100

Color Harmonies of #6BF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2EC

Black with #6BF2EC

Text Example


Text Example

White with #6BF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,242,236); }

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

background-color css

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

 a { background-color: rgb(107,242,236); }

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

border-color css

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

 span { border-color: rgb(107,242,236); }

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