Html Css Color HEX #6BF0ED Baby Blue

📋 copy color: '#6BF0ED'

red 107 ◦ green 240 ◦ blue 237

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

Shades of Baby Blue #6BF0ED

Tints of Baby Blue #6BF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.1%

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

R = 18.32%
G = 41.1%
B = 40.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6BF0ED (or 0x6BF0ED) is known color: Baby Blue. HEX triplet: 6B, F0 and ED. RGB value is (107,240,237). Sum of RGB (Red+Green+Blue) = 107+240+237=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF0ED is #940F12. Grayscale: #C7C7C7. Windows color (decimal): -9703187 or 15593579. OLE color: 15593579.

HSL color Cylindrical-coordinate representation of color #6BF0ED: hue angle of 178.65º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0ED is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 240 237 -
CMYK 0.55 0 0.01 0.06
HSL 178.65º 0.82% 0.68% -
HSV(B) 178.65º 0.55% 0.94% -
XYZ 52.51 71.56 91.17 -
YUV 199.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 107 240 237 0.55 0 0.01 0.06 178.65 0.82 0.68
Hex 6B F0 ED 37 0 1 6 B3 52 44
Octal 153 360 355 67 0 1 6 263 122 104
Binary 1101011 11110000 11101101 110111 0 1 110 10110011 1010010 1000100

Color Harmonies of #6BF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF0ED

Black with #6BF0ED

Text Example


Text Example

White with #6BF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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