Html Css Color HEX #6BFCE6 Baby Blue

📋 copy color: '#6BFCE6'

red 107 ◦ green 252 ◦ blue 230

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

Shades of Baby Blue #6BFCE6

Tints of Baby Blue #6BFCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 18.17%
G = 42.78%
B = 39.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#6BFCE6 (or 0x6BFCE6) is known color: Baby Blue. HEX triplet: 6B, FC and E6. RGB value is (107,252,230). Sum of RGB (Red+Green+Blue) = 107+252+230=589 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.17% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCE6 is #940319. Grayscale: #CECECE. Windows color (decimal): -9700122 or 15137899. OLE color: 15137899.

HSL color Cylindrical-coordinate representation of color #6BFCE6: hue angle of 170.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCE6 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 230 -
CMYK 0.58 0 0.09 0.01
HSL 170.9º 0.96% 0.7% -
HSV(B) 170.9º 0.58% 0.99% -
XYZ 55.16 78.46 87.1 -
YUV 206.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 107 252 230 0.58 0 0.09 0.01 170.9 0.96 0.7
Hex 6B FC E6 3A 0 9 1 AB 60 46
Octal 153 374 346 72 0 11 1 253 140 106
Binary 1101011 11111100 11100110 111010 0 1001 1 10101011 1100000 1000110

Color Harmonies of #6BFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCE6

Black with #6BFCE6

Text Example


Text Example

White with #6BFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,252,230); }

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

background-color css

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

 a { background-color: rgb(107,252,230); }

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

border-color css

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

 span { border-color: rgb(107,252,230); }

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