Html Css Color HEX #6BFBED Baby Blue

📋 copy color: '#6BFBED'

red 107 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #6BFBED

Tints of Baby Blue #6BFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.18%

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

R = 17.98%
G = 42.18%
B = 39.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#6BFBED (or 0x6BFBED) is known color: Baby Blue. HEX triplet: 6B, FB and ED. RGB value is (107,251,237). Sum of RGB (Red+Green+Blue) = 107+251+237=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBED is #940412. Grayscale: #CECECE. Windows color (decimal): -9700371 or 15596395. OLE color: 15596395.

HSL color Cylindrical-coordinate representation of color #6BFBED: hue angle of 174.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBED is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 251 237 -
CMYK 0.57 0 0.06 0.02
HSL 174.17º 0.95% 0.7% -
HSV(B) 174.17º 0.57% 0.98% -
XYZ 55.85 78.23 92.28 -
YUV 206.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 107 251 237 0.57 0 0.06 0.02 174.17 0.95 0.7
Hex 6B FB ED 39 0 6 2 AE 5F 46
Octal 153 373 355 71 0 6 2 256 137 106
Binary 1101011 11111011 11101101 111001 0 110 10 10101110 1011111 1000110

Color Harmonies of #6BFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBED

Black with #6BFBED

Text Example


Text Example

White with #6BFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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