Html Css Color HEX #6BFFED Baby Blue

📋 copy color: '#6BFFED'

red 107 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #6BFFED

Tints of Baby Blue #6BFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 42.57%

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

R = 17.86%
G = 42.57%
B = 39.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#6BFFED (or 0x6BFFED) is known color: Baby Blue. HEX triplet: 6B, FF and ED. RGB value is (107,255,237). Sum of RGB (Red+Green+Blue) = 107+255+237=599 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.86% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFED is #940012. Grayscale: #D0D0D0. Windows color (decimal): -9699347 or 15597419. OLE color: 15597419.

HSL color Cylindrical-coordinate representation of color #6BFFED: hue angle of 172.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFED is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 237 -
CMYK 0.58 0 0.07 0
HSL 172.7º 1% 0.71% -
HSV(B) 172.7º 0.58% 1% -
XYZ 57.11 80.76 92.7 -
YUV 208.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 107 255 237 0.58 0 0.07 0 172.7 1 0.71
Hex 6B FF ED 3A 0 7 0 AD 64 47
Octal 153 377 355 72 0 7 0 255 144 107
Binary 1101011 11111111 11101101 111010 0 111 0 10101101 1100100 1000111

Color Harmonies of #6BFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFED

Black with #6BFFED

Text Example


Text Example

White with #6BFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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