Html Css Color HEX #6BF2FE Baby Blue

📋 copy color: '#6BF2FE'

red 107 ◦ green 242 ◦ blue 254

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

Shades of Baby Blue #6BF2FE

Tints of Baby Blue #6BF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 17.74%
G = 40.13%
B = 42.12%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BF2FE (or 0x6BF2FE) is known color: Baby Blue. HEX triplet: 6B, F2 and FE. RGB value is (107,242,254). Sum of RGB (Red+Green+Blue) = 107+242+254=603 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.74% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2FE is #940D01. Grayscale: #CACACA. Windows color (decimal): -9702658 or 16708203. OLE color: 16708203.

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

Color convert

RGB 107 242 254 -
CMYK 0.58 0.05 0 0.00
HSL 184.9º 0.99% 0.71% -
HSV(B) 184.9º 0.58% 1% -
XYZ 55.7 73.79 105.07 -
YUV 203 156.77 59.52 -
System Red Green Blue C M Y K H S L
Decimal 107 242 254 0.58 0.05 0 0.00 184.9 0.99 0.71
Hex 6B F2 FE 3A 5 0 0 B9 63 47
Octal 153 362 376 72 5 0 0 271 143 107
Binary 1101011 11110010 11111110 111010 101 0 0 10111001 1100011 1000111

Color Harmonies of #6BF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2FE

Black with #6BF2FE

Text Example


Text Example

White with #6BF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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