Html Css Color HEX #6BF1ED Baby Blue

📋 copy color: '#6BF1ED'

red 107 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #6BF1ED

Tints of Baby Blue #6BF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

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

R = 18.29%
G = 41.2%
B = 40.51%

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

#6BF1ED (or 0x6BF1ED) is known color: Baby Blue. HEX triplet: 6B, F1 and ED. RGB value is (107,241,237). Sum of RGB (Red+Green+Blue) = 107+241+237=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF1ED is #940E12. Grayscale: #C8C8C8. Windows color (decimal): -9702931 or 15593835. OLE color: 15593835.

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

Color convert

RGB 107 241 237 -
CMYK 0.56 0 0.02 0.05
HSL 178.21º 0.83% 0.68% -
HSV(B) 178.21º 0.56% 0.95% -
XYZ 52.8 72.15 91.26 -
YUV 200.48 148.61 61.33 -
System Red Green Blue C M Y K H S L
Decimal 107 241 237 0.56 0 0.02 0.05 178.21 0.83 0.68
Hex 6B F1 ED 38 0 2 5 B2 53 44
Octal 153 361 355 70 0 2 5 262 123 104
Binary 1101011 11110001 11101101 111000 0 10 101 10110010 1010011 1000100

Color Harmonies of #6BF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF1ED

Black with #6BF1ED

Text Example


Text Example

White with #6BF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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