Html Css Color HEX #6BFCF9 Baby Blue

📋 copy color: '#6BFCF9'

red 107 ◦ green 252 ◦ blue 249

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

Shades of Baby Blue #6BFCF9

Tints of Baby Blue #6BFCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 17.6%
G = 41.45%
B = 40.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#6BFCF9 (or 0x6BFCF9) is known color: Baby Blue. HEX triplet: 6B, FC and F9. RGB value is (107,252,249). Sum of RGB (Red+Green+Blue) = 107+252+249=608 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.60% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCF9 is #940306. Grayscale: #D0D0D0. Windows color (decimal): -9700103 or 16383083. OLE color: 16383083.

HSL color Cylindrical-coordinate representation of color #6BFCF9: hue angle of 178.76º 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 #6BFCF9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 249 -
CMYK 0.58 0 0.01 0.01
HSL 178.76º 0.96% 0.7% -
HSV(B) 178.76º 0.58% 0.99% -
XYZ 57.97 79.59 101.93 -
YUV 208.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 107 252 249 0.58 0 0.01 0.01 178.76 0.96 0.7
Hex 6B FC F9 3A 0 1 1 B3 60 46
Octal 153 374 371 72 0 1 1 263 140 106
Binary 1101011 11111100 11111001 111010 0 1 1 10110011 1100000 1000110

Color Harmonies of #6BFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCF9

Black with #6BFCF9

Text Example


Text Example

White with #6BFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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