Html Css Color HEX #6BFBF2 Baby Blue

📋 copy color: '#6BFBF2'

red 107 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #6BFBF2

Tints of Baby Blue #6BFBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 17.83%
G = 41.83%
B = 40.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6BFBF2 (or 0x6BFBF2) is known color: Baby Blue. HEX triplet: 6B, FB and F2. RGB value is (107,251,242). Sum of RGB (Red+Green+Blue) = 107+251+242=600 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.83% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBF2 is #94040D. Grayscale: #CECECE. Windows color (decimal): -9700366 or 15924075. OLE color: 15924075.

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

Color convert

RGB 107 251 242 -
CMYK 0.57 0 0.04 0.02
HSL 176.25º 0.95% 0.7% -
HSV(B) 176.25º 0.57% 0.98% -
XYZ 56.59 78.53 96.18 -
YUV 206.92 147.79 56.73 -
System Red Green Blue C M Y K H S L
Decimal 107 251 242 0.57 0 0.04 0.02 176.25 0.95 0.7
Hex 6B FB F2 39 0 4 2 B0 5F 46
Octal 153 373 362 71 0 4 2 260 137 106
Binary 1101011 11111011 11110010 111001 0 100 10 10110000 1011111 1000110

Color Harmonies of #6BFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBF2

Black with #6BFBF2

Text Example


Text Example

White with #6BFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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