Html Css Color HEX #6BF2ED Baby Blue

📋 copy color: '#6BF2ED'

red 107 ◦ green 242 ◦ blue 237

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

Shades of Baby Blue #6BF2ED

Tints of Baby Blue #6BF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 18.26%
G = 41.3%
B = 40.44%

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

#6BF2ED (or 0x6BF2ED) is known color: Baby Blue. HEX triplet: 6B, F2 and ED. RGB value is (107,242,237). Sum of RGB (Red+Green+Blue) = 107+242+237=586 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.26% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2ED is #940D12. Grayscale: #C8C8C8. Windows color (decimal): -9702675 or 15594091. OLE color: 15594091.

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

Color convert

RGB 107 242 237 -
CMYK 0.56 0 0.02 0.05
HSL 177.78º 0.84% 0.68% -
HSV(B) 177.78º 0.56% 0.95% -
XYZ 53.1 72.74 91.36 -
YUV 201.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 107 242 237 0.56 0 0.02 0.05 177.78 0.84 0.68
Hex 6B F2 ED 38 0 2 5 B2 54 44
Octal 153 362 355 70 0 2 5 262 124 104
Binary 1101011 11110010 11101101 111000 0 10 101 10110010 1010100 1000100

Color Harmonies of #6BF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2ED

Black with #6BF2ED

Text Example


Text Example

White with #6BF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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