Html Css Color HEX #6BF0FE Baby Blue

📋 copy color: '#6BF0FE'

red 107 ◦ green 240 ◦ blue 254

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

Shades of Baby Blue #6BF0FE

Tints of Baby Blue #6BF0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.93%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 17.8%
G = 39.93%
B = 42.26%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BF0FE (or 0x6BF0FE) is known color: Baby Blue. HEX triplet: 6B, F0 and FE. RGB value is (107,240,254). Sum of RGB (Red+Green+Blue) = 107+240+254=601 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.80% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF0FE is #940F01. Grayscale: #C9C9C9. Windows color (decimal): -9703170 or 16707691. OLE color: 16707691.

HSL color Cylindrical-coordinate representation of color #6BF0FE: hue angle of 185.71º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BF0FE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 240 254 -
CMYK 0.58 0.06 0 0.00
HSL 185.71º 0.99% 0.71% -
HSV(B) 185.71º 0.58% 1% -
XYZ 55.11 72.6 104.87 -
YUV 201.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 107 240 254 0.58 0.06 0 0.00 185.71 0.99 0.71
Hex 6B F0 FE 3A 6 0 0 BA 63 47
Octal 153 360 376 72 6 0 0 272 143 107
Binary 1101011 11110000 11111110 111010 110 0 0 10111010 1100011 1000111

Color Harmonies of #6BF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF0FE

Black with #6BF0FE

Text Example


Text Example

White with #6BF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,240,254); }

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

background-color css

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

 a { background-color: rgb(107,240,254); }

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

border-color css

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

 span { border-color: rgb(107,240,254); }

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