Html Css Color HEX #6BF1EC Baby Blue

📋 copy color: '#6BF1EC'

red 107 ◦ green 241 ◦ blue 236

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

Shades of Baby Blue #6BF1EC

Tints of Baby Blue #6BF1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 18.32%
G = 41.27%
B = 40.41%

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

#6BF1EC (or 0x6BF1EC) is known color: Baby Blue. HEX triplet: 6B, F1 and EC. RGB value is (107,241,236). Sum of RGB (Red+Green+Blue) = 107+241+236=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF1EC is #940E13. Grayscale: #C8C8C8. Windows color (decimal): -9702932 or 15528299. OLE color: 15528299.

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

Color convert

RGB 107 241 236 -
CMYK 0.56 0 0.02 0.05
HSL 177.76º 0.83% 0.68% -
HSV(B) 177.76º 0.56% 0.95% -
XYZ 52.66 72.09 90.5 -
YUV 200.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 107 241 236 0.56 0 0.02 0.05 177.76 0.83 0.68
Hex 6B F1 EC 38 0 2 5 B2 53 44
Octal 153 361 354 70 0 2 5 262 123 104
Binary 1101011 11110001 11101100 111000 0 10 101 10110010 1010011 1000100

Color Harmonies of #6BF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF1EC

Black with #6BF1EC

Text Example


Text Example

White with #6BF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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