Html Css Color HEX #6BF2EB Baby Blue

📋 copy color: '#6BF2EB'

red 107 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #6BF2EB

Tints of Baby Blue #6BF2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 18.32%
G = 41.44%
B = 40.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#6BF2EB (or 0x6BF2EB) is known color: Baby Blue. HEX triplet: 6B, F2 and EB. RGB value is (107,242,235). Sum of RGB (Red+Green+Blue) = 107+242+235=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2EB is #940D14. Grayscale: #C8C8C8. Windows color (decimal): -9702677 or 15463019. OLE color: 15463019.

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

Color convert

RGB 107 242 235 -
CMYK 0.56 0 0.03 0.05
HSL 176.89º 0.84% 0.68% -
HSV(B) 176.89º 0.56% 0.95% -
XYZ 52.81 72.63 89.83 -
YUV 200.84 147.27 61.07 -
System Red Green Blue C M Y K H S L
Decimal 107 242 235 0.56 0 0.03 0.05 176.89 0.84 0.68
Hex 6B F2 EB 38 0 3 5 B1 54 44
Octal 153 362 353 70 0 3 5 261 124 104
Binary 1101011 11110010 11101011 111000 0 11 101 10110001 1010100 1000100

Color Harmonies of #6BF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2EB

Black with #6BF2EB

Text Example


Text Example

White with #6BF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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