Html Css Color HEX #6BEFFC Baby Blue

📋 copy color: '#6BEFFC'

red 107 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #6BEFFC

Tints of Baby Blue #6BEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.97%

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 17.89%
G = 39.97%
B = 42.14%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BEFFC (or 0x6BEFFC) is known color: Baby Blue. HEX triplet: 6B, EF and FC. RGB value is (107,239,252). Sum of RGB (Red+Green+Blue) = 107+239+252=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFFC is #941003. Grayscale: #C8C8C8. Windows color (decimal): -9703428 or 16576363. OLE color: 16576363.

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

Color convert

RGB 107 239 252 -
CMYK 0.58 0.05 0 0.01
HSL 185.38º 0.96% 0.7% -
HSV(B) 185.38º 0.58% 0.99% -
XYZ 54.5 71.89 103.1 -
YUV 201.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 107 239 252 0.58 0.05 0 0.01 185.38 0.96 0.7
Hex 6B EF FC 3A 5 0 1 B9 60 46
Octal 153 357 374 72 5 0 1 271 140 106
Binary 1101011 11101111 11111100 111010 101 0 1 10111001 1100000 1000110

Color Harmonies of #6BEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFFC

Black with #6BEFFC

Text Example


Text Example

White with #6BEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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